Hệ thống quản lý trường đại học bằng PHP

1 @import url(https://fonts.googleapis.com/css?family=Roboto:300);
2
3 .login-page {
4   width: 360px;
5   padding:
8% 0 0;
6   margin: auto;
7 }
8 .form {
9   position: relative;
10   z-index:
1;
11   max-width: 360px;
12   margin:
0 auto 100px;
13   padding: 45px;
14   text-align: center;
15   box-shadow:
0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
16 }
17 .form input {
18   font-family:
"Roboto", sans-serif;
19   outline:
0;
20   width:
100%;
21   border:
0;
22   margin:
0 0 15px;
23   padding: 15px;
24   box-sizing: border-box;
25   font-size: 14px;
26 }
27 .form button {
28   font-family:
"Roboto", sans-serif;
29   text-transform: uppercase;
30   outline:
0;
31   width:
100%;
32   border:
0;
33   padding: 15px;
34   font-size: 14px;
35   -webkit-transition: all
0.3 ease;
36   transition: all
0.3 ease;
37   cursor: pointer;
38 }
39
40 .form .message {
41   margin: 15px
0 0;
42   font-size: 12px;
43 }
44 .form .message a {
45   text-decoration: none;
46 }
47 .form .register-form {
48   display: none;
49 }
50 .container {
51   position: relative;
52   z-index:
1;
53   max-width: 300px;
54   margin:
0 auto;
55 }
56 .container:before, .container:after {
57   content:
"";
58   display: block;
59   clear: both;
60 }
61 .container .info {
62   margin: 50px auto;
63   text-align: center;
64 }
65 .container .info h1 {
66   margin:
0 0 15px;
67   padding:
0;
68   font-size: 36px;
69   font-weight:
300;
70 }
71 .container .info span {
72   font-size: 12px;
73 }
74 .container .info span a {
75   text-decoration: none;
76 }
77
78 body {
79   font-family:
"Roboto", sans-serif;
80   -webkit-font-smoothing: antialiased;
81   -moz-osx-font-smoothing: grayscale;
82 }


Gõ tìm kiếm nhanh...